Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
Document
Click Me
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800); *, :after, :before { box-sizing: border-box; padding: 0; margin: 0; } body{ background: #e5e5e5; } .container{ width: 1250px; height: 400px; display: flex; justify-content: center; align-items: center; margin-top: 100px; margin-left: 50px; } .frame{ width: 200px; height: 200px; background: #e5e5e5; position: absolute; left: 90px; box-shadow: inset 7px 7px 5px gray, inset -7px -7px 5px white, 7px 7px 5px gray; } .frame1{ width: 160px; height: 160px; background: #e5e5e5; position: absolute; left: 20px; top: 20px; box-shadow: inset 7px 7px 5px gray, inset -7px -7px 5px white, 7px 7px 5px gray; } .frame2{ width: 120px; height: 120px; background: #e5e5e5; position: absolute; left: 40px; top: 40px; box-shadow: inset 7px 7px 5px gray, inset -7px -7px 5px white, 7px 7px 5px gray; } .frame3{ width: 80px; height: 80px; background: #e5e5e5; position: absolute; left: 60px; top: 60px; box-shadow: inset 7px 7px 5px gray, inset -7px -7px 5px white, 7px 7px 5px gray; } .frame:hover{ background: red; box-shadow: none; } .frame1:hover{ background: blue; box-shadow: none; } .frame2:hover{ background: green; box-shadow: none; } .frame3:hover{ background: red; box-shadow: none; } button{ width: 150px; height: 50px; color: black; font-weight: bold; font-family: Arial; font-size: 17px; position: absolute; border-radius: 20px; outline: none; border: none; background: #e5e5e5; box-shadow: -5px -5px 8px white, 5px 5px 8px gray; left: 400px; top: 270px; } button:hover{ background: #e5e5e5; border: none; position: absolute; box-shadow: inset -7px -7px 10px white, inset 7px 7px 10px gray; } .circle{ width: 200px; height: 200px; position: relative; margin-left: 230px; box-shadow: -7px -7px 10px white,7px 7px 10px gray; border-radius: 50%; } .circle1{ width: 170px; height: 170px; position: absolute; left: 16px; top: 14px; box-shadow: inset -7px -7px 10px white, inset 7px 7px 10px gray; border-radius: 50%; } .circle:hover{ width: 300px; height: 300px; position: absolute; box-shadow: -7px -7px 10px white,inset -7px -7px 10px white, 7px 7px 10px gray, inset 7px 7px 10px gray; } .circle1:hover{ width: 270px; height: 270px; position: absolute; } .circle,.circle1:hover{ transition: 4s; } .box{ width: 200px; height: 200px; position: absolute; left: 1070px; background: #e5e5e5; border-radius: 40px; box-shadow: -7px -7px 10px white,inset -7px -7px 10px white, 7px 7px 10px gray,inset 7px 7px 10px gray; } .box1{ width: 150px; height: 150px; position: absolute; left: 25px; top: 25px; background: #e5e5e5; border-radius: 40px; box-shadow: -7px -7px 10px white,inset -7px -7px 10px white, 7px 7px 10px gray,inset 7px 7px 10px gray; } img{ width: 120px; height: 120px; position: absolute; border-radius:40px; left: 18px; top: 18px; }
console.log("Event Fired")